ComponentOne Xamarin Edition
Item Property (C1EditableCollectionView<T>)
C1.CollectionView Assembly > C1.CollectionView Namespace > C1EditableCollectionView<T> Class : Item Property
The index.
Gets the element at the specified index in the read-only list.
Syntax
public override T this[ 
   int index
]; {get;}

Parameters

index
The index.

Property Value

The item at the specified position.
See Also

Reference

C1EditableCollectionView<T> Class
C1EditableCollectionView<T> Members